home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / k750obxw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-07-07  |  4.5 KB  |  146 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  k750obxw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson 750 USB WMC OBEX Interface on Win9x/ME
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=02/11/2005, 4.28.0.2703
  25. CatalogFile=k750obex.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"k750obex.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. k750obex.sys = 1
  42. k750cr.sys = 1
  43. k750vcr.vxd = 1
  44. k750cm95.sys = 1
  45. k750cmnt.sys = 1
  46. k750comm.vxd = 1
  47. k750vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMC
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMC]
  65. %SEMC.Comm.Desc% = SEMC.Install, USB\VID_0FCE&PID_D016&Class_02&SubClass_0B&Prot_00&OS_9X
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ; Installation instructions
  69. ;-----------------------------------------------------------------------------
  70.  
  71. [SEMC.Install]
  72. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid
  73. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  74. DriverVer=02/11/2005, 4.28.0.2703
  75.  
  76.  
  77. ;-----------------------------------------------------------------------------
  78. ;  Registry
  79. ;-----------------------------------------------------------------------------
  80.  
  81. ; common registry entries 
  82. [SEMC.AddReg]
  83. HKR,,NTMPDriver,,k750obex.sys
  84. HKR,,CRUpperDescription,,%UpperDescription%
  85. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  86. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200``nitial baud rate
  87. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  88.  
  89. ; only for Win95....
  90. [SEMC.W95.AddReg]
  91. HKR,,DevLoader,,*ntkern
  92.  
  93. [SEMC.W95.Addreg.CRGuid]
  94. HKR,,CRGuid,,{1535165C-8A72-4f38-BEAF-0D84CD900D2A}
  95.  
  96. ;-----------------------------------------------------------------------------
  97. ;  Copy lists
  98. ;-----------------------------------------------------------------------------
  99. [CopyFiles]
  100.  
  101. [CopyFiles.W95]
  102. k750vcr.vxd
  103. k750comm.vxd
  104. k750vcd.vxd
  105.  
  106. [CopyFiles.sys]
  107. k750obex.sys
  108. k750cr.sys
  109.  
  110. [CopyFiles.W95.sys]
  111. k750cm.sys,k750cm95.sys
  112. k750cm95.sys
  113. k750cmnt.sys
  114.  
  115. [Copyfiles.W95.inf]
  116.  
  117.  
  118. ;-----------------------------------------------------------------------------
  119. ; STRINGS
  120. ;-----------------------------------------------------------------------------
  121. [Strings]
  122.  
  123. ;BEGIN ENG - US English Strings
  124. Provider = "Sony Ericsson"
  125. Sony Ericsson = "Sony Ericsson"
  126. DiskString = "Sony Ericsson 750 USB WMC OBEX Interface installation disk"
  127.  
  128. SEMC.Comm.Desc = "Sony Ericsson 750 USB WMC OBEX Interface (WDM)"
  129. UpperDescription = "Sony Ericsson 750 USB WMC OBEX Interface Drivers"
  130.  
  131. CustomerDataPath = "Sony Ericsson 750"
  132. DriverSet = "Sony Ericsson 750 Software"
  133. UninstallFile = "K750Uninstall.exe"
  134. McciOptions = "Uninstallable"
  135.  
  136.  
  137. ;END ENG - US English Strings
  138.  
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; The following are symbolic constants which don't change per locale.
  142. ;-----------------------------------------------------------------------------
  143.  
  144.  
  145. ;*** end of file ***
  146.